home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2003 June
/
macformat-130.iso
/
mac
/
Reviewed⁄Demos
/
Spearhead Demo
/
demota
/
pak1.pk3
/
global
/
model.scr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-21
|
342 b
|
17 lines
main local.org local.model local.scale:
if (local.model == NIL)
local.model = models/emitters/explosion_mine
local.ent = spawn local.model
if (local.scale != NIL)
local.ent scale local.scale
local.ent.origin = local.org
local.ent anim start
local.ent notsolid
wait 3
local.ent anim stop
local.ent delete
end